home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / CATALOG.CST / 00156_p_lang.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  238 b   |  23 lines

  1.  
  2. on mouseEnter me
  3.   set the ink of sprite the currentSpriteNum to 4
  4.   cursor 280
  5.  
  6. end
  7.  
  8. on mouseDown me
  9.   beep
  10.  
  11. end
  12.  
  13. on mouseUp me
  14.   go to "p_lang"
  15.  
  16. end
  17.  
  18. on mouseLeave me
  19.   cursor -1
  20.   set the ink of sprite the currentSpriteNum to 0
  21.  
  22. end
  23.